home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Program_Files / jrun / lib / users.properties < prev    next >
Encoding:
Text File  |  2001-06-13  |  873 b   |  26 lines

  1. # users.properties
  2. # This file contains a list of user names and their corresponding
  3. # encrypted password. The format is:
  4. #
  5. #   user.{username}={encrypted password}
  6. #
  7. # Each user can also be part of a group. Groups are defined in the
  8. # following way:
  9. #   group.{group name}={list of users}
  10. #
  11. # The list consists of user names separated by a comma. To specify
  12. # all users use a wildcard character (*)
  13. #
  14. # Users and groups can also be part of a role. Roles are defined
  15. # in the following way:
  16. #
  17. #   role.{role name}={list of users and/or groups}
  18. #
  19. # Users are specified by prepending "user." to the user name, while
  20. # groups are specified by prepending "group." to the group name. If
  21. # no prefix is given the name will be searched for as a user first
  22. # then as a group. To specify all users use a wildcard character (*).
  23.  
  24. group.all=*
  25. role.user=all